home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / arrl / packetgl.sry < prev    next >
Text File  |  1993-11-21  |  7KB  |  152 lines

  1. Okay, here goes with a neutral glossary of amateur packet radio terms.
  2.  
  3. ARPA Suite - the set of protocols standardized by the Advanced Research
  4. Projects Agency of the US Department of Defense. Includes TCP and IP as
  5. elements, but leaves the lower levels (subnetwork and down) deliberately
  6. unspecified; the ARPA suite can be run on top of multiple subnetworks,
  7. unifying them into a single Internet.
  8.  
  9. ASLIP - Asynchronous Serial Line (usually just called SLIP). A technique
  10. for encoding IP datagrams so they can be sent across ordinary asynchronous
  11. modems and communications hardware.
  12.  
  13. CLNS - Connectionless Network Service (see connectionless, datagram).
  14.  
  15. CMU/MIT PC/IP - one of the public domain packages that implement the ARPA
  16. protocols on the IBM PC and its clones.
  17.  
  18. connectionless - refers to a packet protocol or service that does not
  19. have the concept of a "connection". Packets may be sent at will, without
  20. prior arrangement or need for connection setup/teardown procedures.
  21.  
  22. connection-oriented - refers to a protocol or service that requires that
  23. a logical or virtual "connection" first be established with a special
  24. procedure before data can be sent. Another procedure is used to "tear
  25. down" the connection when it is no longer needed.
  26.  
  27. CONS - Connection Oriented Network Service (see connection-oriented, virtual
  28. circuit).
  29.  
  30. COSI - Connection-oriented Open Systems Interconnect. A project of W2VY
  31. and N2DSY to implement for amateur packet radio use the
  32. connection-oriented protocols published by the International Standards
  33. Organization (ISO) and the International Consultative Committee for
  34. Telephony and Telegraphy (CCITT). (OSI protocols include both
  35. connection-oriented and connectionless flavors, hence the inclusion of
  36. the qualifier "connection-oriented" in the name). The COSI software is
  37. presently under development.
  38.  
  39. datagram - Information packets in a connectionless environment.
  40. Datagrams are completely self-contained as far as the network is
  41. concerned. The information needed to get each datagram to its
  42. destination (including, but not limited to, full source and destination
  43. addresses) is carried in each datagram.
  44.  
  45. DDN Protocol Suite (Defense Data Network Protocol Suite). See ARPA
  46. Protocol Suite.
  47.  
  48. duplex digi - like a simplex digi, except that different receive and transmit
  49. frequencies are used. Allows simultaneous reception and transmission.
  50.  
  51. Gateway - a very general term for anything that connects two networks
  52. together. In the ARPA world, "gateway" has a much more specific meaning:
  53. a packet switch that handles IP datagrams.
  54.  
  55. IP - Internet Protocol. The core protocol of the ARPA suite.  IP is a
  56. fragmentation and type-of service routing in the heterogeneous
  57. internetwork environment.
  58.  
  59. IS - Intermediate System. ISO's term for a packet switch.
  60.  
  61. ISO - International Standards Organization. Publishes specifications for
  62. everything from screw threads to computer communication protocols. Also,
  63. International Snake Oi...oops, promised to keep things neutral. :-)
  64.  
  65. KA9Q Internet - name for a C software package developed by KA9Q with
  66. programming contributions from N3EUA, K3MC, NG6Q, WA3CVG, PA0GRI, NN2Z,
  67. WB6ECE, AJ9X, K4FUM, N9DVG, K3EZ and probably some others I've
  68. overlooked. Implements the major elements of the ARPA protocol suite:
  69. IP, ICMP, TCP, UDP, Telnet, FTP, SMTP and ARP. Also implements
  70. subnetwork drivers for SLIP, KISS, AX.25, Ethernet and Appletalk.
  71. Primary environment is the IBM PC (and clones), but has been ported to
  72. 68K-based machines like the Commodore Amiga and Apple Macintosh, also to
  73. UNIX System 5 environments. Sources, objects and documentation are
  74. available for anonymous ftp from louie.udel.edu under /pub/ka9q.
  75.  
  76. KISS - Keep It Simple, Stupid. A TNC operating mode where the TNC merely
  77. translates packets between half duplex, synchronous HDLC on the radio
  78. port and full duplex asynchronous SLIP framing on the host port; the
  79. host computer must implement all higher level protocols, including AX.25
  80. if it is used. Gives the host computer full access to and control over
  81. all fields in each packet. Compensates for the lack of a HDLC hardware
  82. controller on many computers.
  83.  
  84. NET/ROM - A proprietary product of Software 2000, Inc (WA8DED and W6IXU).
  85. Consists of ROM firmware for the TNC-2. Implements AX.25 at the link layer,
  86. with ad-hoc protocols at the network and transport layer. Also provides
  87. a command interpreter and "transport level bridge" that patches incoming
  88. or outgoing vanilla AX.25 connections to internal transport layer
  89. connections.  Uses datagrams at the network layer, virtual circuits at the
  90. transport layer.  Provides automatic routing between NET/ROM nodes, the user
  91. is still responsible for "source routing" between the end NET/ROM nodes and
  92. the ultimate source and destination.
  93.  
  94. OSI - Open Systems Interconnect. A project of the ISO to develop a set of
  95. computer communications protocols.
  96.  
  97. PAD - Packet Assembler/Disassembler. A device that interfaces an ordinary
  98. "dumb" terminal to an X.25 packet network. It gathers typed characters
  99. into outgoing packets and translates incoming packets back into serial
  100. asynchronous data streams. Also provides a simple command interpreter for
  101. setting up and tearing down connections, controlling parameters, etc.
  102. The amateur packet radio TNC was heavily modeled on the PAD.
  103.  
  104. PTT - Postal, Telephone and Telegraph authority. The government-owned
  105. phone monopoly found in almost every country except the USA.
  106.  
  107. RFC - Request for Cmments.  Memoranda published in electronic form by the
  108. ARPA Network Information Center. Documents everything from informal proposals
  109. to established standards.
  110. Router - Yet another term for a packet switch. Used by Xerox's XNS and
  111. Digital's DECNET, two proprietary networking protocol suites very
  112. similar to (but incompatible with) the ARPA suite (and with each other).
  113.  
  114. simplex digi - a regenerative digital repeater that receives a packet,
  115. verifies that it was received correctly, and (if appropriate) retransmits
  116. it on the same frequency it was received on.
  117.  
  118. TCP - Transmission Control Protocol. A major element of the ARPA Suite.
  119. Provides reliable, connection-oriented byte stream service on an end-to-end
  120. basis. Runs atop IP and sits at the transport and session layers.
  121.  
  122. TELNET - A presentation/application protocol in the ARPA Suite used for
  123. terminal to terminal and terminal to host communications (e.g., remote
  124. login).
  125.  
  126. TP4 - An element of the ISO OSI suite. A transport protocol that provides
  127. reliable, connection-oriented byte stream service on an end-to-end
  128. basis, analogous to TCP in the ARPA suite.
  129.  
  130. VC - virtual circuit. The service provided by a connection-oriented network
  131. (qv).  Virtual circuit data packets generally carry less header information
  132. than datagrams, since addresses have been specified at connection setup
  133. time.
  134.  
  135. wideband packet - Anything faster than 1200 baud. Generally refers to operation
  136. at 56kbps with modems designed by WA4DSY.
  137.  
  138. W0RLI - Hank Orelson, W0RLI, author of a very widely used packet
  139. bulletin board.
  140.  
  141. X.25 - A CCITT standard protocol for the subscriber interface to a public
  142. packet switched network. Consists of two layers, link (level 2) and packet
  143. (level 3).  The amateur AX.25 protocol is a highly modified version of just
  144. the link layer of X.25; it does not have a packet layer.
  145.  
  146. X.75 - A CCITT standard protocol for the interface between two separate
  147. public packet switched networks. Resembles X.25 in considerable detail.
  148.  
  149.  
  150.  
  151.  
  152.